*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

img{
    display: block;
    border: none;
}

li{
    list-style: none;
}
body{
    background: #f4f4f4 url(../img/body_bg.png) no-repeat top center;
}
/*中间内容区*/
.container{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

/*公用tit样式*/
.common_tit,
.common_tit_inside{
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #0260a0;
    overflow: hidden;
}
.common_tit .tit_block,
.common_tit_inside .tit_block{
    display: inline-block;
    width: 15px;
    height: 30px;
    margin-right: 6px;
    background: #0260a0;
    vertical-align: top;
}
.common_tit .line,
.common_tit_inside .line{
    margin-top: 15px;
    height: 7px;
    background: url(../img/line.png) repeat-x center;
}




.common_tit_inside{
    line-height: 24px;
    font-size: 18px;
}
.common_tit_inside .tit_block{
    width: 7px;
    height: 24px;
    margin-right: 3px;
}













.common_tit_red{
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #0260a0;
    overflow: hidden;
}
.common_tit_red a{
    color: #0260a0;
}
.common_tit_red .tit_block{
    display: inline-block;
    width: 7px;
    height: 18px;
    background: #e60012;
    vertical-align: top;
}
/*公用列表样式*/
.common_list{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}
.common_list a{
    color: #000;
    transition: all .5s;
}
.common_list:hover a{
    color: #0260a0;
}
.common_list:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background: #0260a0;
    border-radius: 5px;
    margin-top: 12.5px;
    margin-right: 10px;
}
.common_list .name{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common_list .top{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.common_list .time{
    float: right;
}
.common_list .top_img{
    float: left;
    height: 30px;
    overflow: hidden;
    margin-left: 3px;
}

/*公用面包屑样式*/
.crumbs{
    overflow: hidden;
    padding: 8px 0;
}
.crumbs li{
    float: left;
    color: #bab7b7;
    font-size: 14px;
    line-height: 20px;
}
.crumbs li:before{
    content: ">";
    float: left;
    color: #000;
    margin: 0 8px;
}
.crumbs li:first-child:before{
    display: none;
}
.crumbs li a{
    color: #000;
}

/*top图片动画*/
/*循环*/
/*@-webkit-keyframes topImg{
    0% {
        transform: translateY(200%);
    }
    50% {
        transform: translateY(0);
    }
    100%{
        transform: translateY(-200%);
    }
}*/
/*不循环*/
/*@-webkit-keyframes topImg{
    0% {
        transform: translateY(0);
    }
    100%{
        transform: translateY(-200%);
    }
}*/


.common_list .top_img img{
    display: inline-block;
    vertical-align: middle;
    /*animation: topImg 2s linear infinite;*/
}

/*清除浮动*/
.clear{
    zoom: 1;
}
.clear:after{
    content:"";
    display:block;
    visibility:hidden;
    height:0;
    clear:both;
}


/*分页样式*/
.nav-page{
    padding: 5px 0 28px;
    text-align: center;
}
.nav-page a{
    font-size: 12px;
    color: #666;
    border: 1px #d8d8d8 solid;
    margin-left: 10px;
    padding: 4px 9px;
    cursor: pointer;
    text-decoration: none;
}
.nav-page a:first-child{
    margin-left: 0;
}
.nav-page a:hover,
.nav-page a.active{
    background: #1070b1;
    color: #fff;
}
.nav-page a.number{
    border: none;
    cursor: default;
}
.nav-page a.number:hover,
.nav-page a.number.active{
    background: #fff;
    color: #666;
}
.nav-page a.go{
    border: none;
    padding: 0;
}
.nav-page .jump{
    width: 50px;
    height: 25px;
    border: 1px #d8d8d8 solid;
    padding: 0 5px;
    margin-left: 10px;
}
.nav-page a.go button{
    width: 50px;
    height: 25px;
    border: 1px #959494 solid;
    background: -webkit-linear-gradient(#fefefe, #dfdfdf);
    background: -o-linear-gradient(#fefefe, #dfdfdf);
    background: -moz-linear-gradient(#fefefe, #dfdfdf);
    background: linear-gradient(#fefefe, #dfdfdf);
    padding: 0;
    vertical-align: top;
}
.backphone{
    z-index: 9999;
    position: fixed; 
    bottom: 0; 
    right: 0;
    display: none;
}





